type github.com/refraction-networking/utls.certificateRequestMsgTLS13
12 uses
github.com/refraction-networking/utls (current package)
conn.go#L1141: m = new(certificateRequestMsgTLS13)
handshake_client_tls13.go#L37: certReq *certificateRequestMsgTLS13
handshake_client_tls13.go#L788: certReq, ok := msg.(*certificateRequestMsgTLS13)
handshake_messages.go#L1278: type certificateRequestMsgTLS13 struct {
handshake_messages.go#L1287: func (m *certificateRequestMsgTLS13) marshal() ([]byte, error) {
handshake_messages.go#L1347: func (m *certificateRequestMsgTLS13) unmarshal(data []byte) bool {
handshake_messages.go#L1348: *m = certificateRequestMsgTLS13{original: data} // [uTLS]
handshake_messages.go#L1424: func (m *certificateRequestMsgTLS13) originalBytes() []byte {
handshake_server_tls13.go#L833: certReq := new(certificateRequestMsgTLS13)
u_public.go#L201: func (crm *certificateRequestMsgTLS13) toPublic() *CertificateRequestMsgTLS13 {
u_public.go#L221: func (crm *CertificateRequestMsgTLS13) toPrivate() *certificateRequestMsgTLS13 {
u_public.go#L225: return &certificateRequestMsgTLS13{
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |